From 5dd4f8ccd1b77aca6909e7a4a9393744ad2ecd79 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 11 Jan 2007 10:36:41 +0000 Subject: [PATCH] [XEN] Update comments in elfnote.h interface header. Signed-off-by: Ian Campbell --- xen/include/public/elfnote.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xen/include/public/elfnote.h b/xen/include/public/elfnote.h index 4924767d30..3d9b988dca 100644 --- a/xen/include/public/elfnote.h +++ b/xen/include/public/elfnote.h @@ -40,8 +40,6 @@ /* * NAME=VALUE pair (string). - * - * LEGACY: FEATURES and PAE */ #define XEN_ELFNOTE_INFO 0 @@ -108,7 +106,12 @@ #define XEN_ELFNOTE_LOADER 8 /* - * The kernel supports PAE (x86/32 only, string = "yes" or "no"). + * The kernel supports PAE (x86/32 only, string = "yes", "no" or + * "bimodal"). + * + * For compatibility with Xen 3.0.3 and earlier the "bimodal" setting + * may be given as "yes,bimodal" which will cause older Xen to treat + * this kernel as PAE. * * LEGACY: PAE (n.b. The legacy interface included a provision to * indicate 'extended-cr3' support allowing L3 page tables to be -- 2.30.2